home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for s3intens.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_SELHELPINTENSITY_H = 1;
- include("real/intact/s3base.js")
-
-
- var R3CLID_SELHELPINTENSITY = 1453;
-
-
-
-
- // Description: Register class which supports intensity handle
- // Returns: Boolean, true if succeeded
- // p1: Integer, class id of the object class supporting intensity handle
- // p2: Integer, wire frame method for handle hit detection
- // p3: Tag[], -
-
- R3SHINTENCM_REGISTERHANDLECL = 1453000;
-
- function mR3SHINTENCM_REGISTERHANDLECL(p1, p2, p3) {
- return Do3(this.r3obj, 1453000, p1, R3TID_INTEGER, 0, p2, R3TID_INTEGER, 0, p3, R3TID_TAG, R3TNF_ARRAY);
- }
-
-
-
-
-
-
- function r3Selhelpintensity () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_SELHELPINTENSITY, arguments);
- }
- // Methods
- this.REGISTERHANDLECL=mR3SHINTENCM_REGISTERHANDLECL;
-
- // Attributes
- }
-
- r3Selhelpintensity.prototype=new r3Selecthelperbase;
- // s3intens.h_H